home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / logeqf52.zip / LOGEQF.EXE / R7000.RIG < prev    next >
Text File  |  1993-11-06  |  2KB  |  41 lines

  1. Icom R-7000        ! Radio Model Number for display within Log-EQF
  2. 1.0                ! Update rate in seconds - 0 is fast, while 10 is slow!
  3.                    ! Acknowledge command, if required (leave blank if not)
  4. 6                  ! Bytes to receive from radio as ECHO or OK block
  5.                    ! Pacing or Initialize command, if required
  6. H                  ! Hexadecimal (H) or String (S) instruction data type
  7. F                  ! Commands sent to radio Forward (F) or Reverse (R) order
  8.                    ! -------------- FREQUENCY READ -------------------------
  9. FEFE08E003FD       ! Command to receive operating FREQUENCY from radio
  10. 11                 ! Number of bytes expected from radio after FREQ command
  11. 6                  ! Starting byte position for FREQUENCY value
  12. 5                  ! Number of bytes in FREQUENCY value
  13. R                  ! Frequency decoded in Forward (F) or Reverse (R) order
  14. B                  ! BCD (B) or Weighted Binary (W)
  15.                    ! -------------- MODE READ ------------------------------
  16. FEFE08E004FD       ! Command to receive operating MODE from radio
  17. 7                  ! Number bytes expected from radio after MODE command
  18. 6                  ! Starting byte position for MODE value
  19. 2                  ! Number of bytes in MODE value
  20.                    ! Bit mask for MODE value, if required
  21. 30                 ! Value for CW
  22. 50                 ! Value for LSB
  23. 50                 ! Value for USB
  24. 51                 ! Value for FM
  25. 20                 ! Value for AM
  26. 70                 ! Value for FSK
  27.                    ! -------------- FREQUENCY SET --------------------------
  28. FEFE08E0050000000000FD    ! Command to set the operating FREQUENCY
  29. 6                  ! Starting byte position for FREQUENCY value
  30. 5                  ! Number of bytes in FREQUENCY value
  31.                    ! -------------- MODE SET -------------------------------
  32. FEFE08E0060000FD   ! Command to set the operating MODE
  33. 6                  ! Starting byte position for MODE value
  34. 2                  ! Number of bytes in MODE value
  35. 30                 ! Value for CW
  36. 50                 ! Value for LSB
  37. 50                 ! Value for USB
  38. 51                 ! Value for FM
  39. 20                 ! Value for AM
  40. 70                 ! Value for FSK
  41.